home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 43
/
Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso
/
Aminet
/
util
/
misc
/
ReportPlus.lha
/
ReportPlus
/
Source
/
boards_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
2001-04-28
|
550b
|
26 lines
#ifndef CLIB_BOARDS_PROTOS_H
#define CLIB_BOARDS_PROTOS_H
/*
** $VER: boards_protos.h 2.0 (17.12.1997)
** fixed by SDI
**
** boards.library proto types
**
** (C)1997 by Torsten Bach
** All Rights Reserved.
*/
#include "boards.h"
// the above was in libraries directory
/* boards protos */
ULONG GetBoardName(STRPTR, STRPTR, struct ConfigDev *, UWORD, UBYTE);
ULONG AllocBoardInfo(ULONG);
ULONG NextBoardInfo(struct BoardInfo *, struct ConfigDev *);
ULONG FreeBoardInfo(struct BoardInfo *);
#endif /* CLIB_BOARDS_PROTOS_H */